.. This file was automatically converted from MediaWiki syntax. If some markup is wrong, looks weird or doesn't make sense, feel free to fix it. Please remove this comment once this file was manually checked and no "strange ReST" artifacts remain. .. _camera-control: Camera Control ============== Panda3D's camera is considered a PandaNode. It can therefore be manipulated as any other node. The actual camera is defined in ShowBase as a NodePath named ``base.cam``. There is also a plain node above the camera, which is a NodePath called ``base.camera``. Generally you want to control the ``base.camera`` NodePath with your code.